-
-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updated to UniversalIO #90
Conversation
if (!widget.style.nativeControls || | ||
!kIsWeb && Platform.isLinux) | ||
SizedBox(width: widget.style.titlebarSpace), | ||
if (!widget.style.nativeControls || !kIsWeb && Platform.isLinux) SizedBox(width: widget.style.titlebarSpace), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please format this file with line characters as 80, see this for more:
https://dart.dev/tools/linter-rules/lines_longer_than_80_chars
@@ -13,15 +13,14 @@ class AdwScaffold extends StatefulWidget { | |||
this.flapStyle, | |||
this.flapOptions, | |||
this.flapController, | |||
@Deprecated('headerbar is deprecated, use the properties separately') | |||
AdwHeaderBar? Function(Widget?)? headerbar, | |||
@Deprecated('headerbar is deprecated, use the properties separately') AdwHeaderBar? Function(Widget?)? headerbar, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
format this too again.
@NextdoorPsycho The PR looks good but the formatting is wrong, please format with respect to line limit 80 characters. |
You could literally just merge it and make a version bump on your IDE and
just visiting the page will make it auto format to 80.
…On Thu, Mar 28, 2024 at 13:19 Prateek Sunal ***@***.***> wrote:
@NextdoorPsycho <https://github.com/NextdoorPsycho> The PR looks good but
the formatting is wrong, please format with respect to line limit 80
characters.
—
Reply to this email directly, view it on GitHub
<#90 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AG7WI7A4553UR7KP77MJP43Y2RGLBAVCNFSM6AAAAABERNYY4SVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMRVG4ZTGNZUGM>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
This adds the Universal IO package, then updates your imports.
its the same thing, but it works on all platforms.
Cheers!